home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / cs$containers_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  605 b   |  24 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class cs$containers_properties extends ResourceBundle
  6.    {
  7.       public function cs$containers_properties()
  8.       {
  9.          super("cs","containers");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "noColumnsFound":"No ConstraintColumns found.",
  16.             "noRowsFound":"No ConstraintRows found.",
  17.             "rowNotFound":"ConstraintRow \'{0}\' not found.",
  18.             "columnNotFound":"ConstraintColumn \'{0}\' not found."
  19.          };
  20.       }
  21.    }
  22. }
  23.  
  24.